home *** CD-ROM | disk | FTP | other *** search
/ Aminet 20 / Aminet 20 (1997)(GTI - Schatztruhe)[!][Aug 1997].iso / Aminet / comm / mail / YamTools.readme < prev    next >
Text File  |  1997-07-13  |  8KB  |  175 lines

  1. Short:    (v1.7) Adds SEARCH function and more to YAM with MuiRexx GUI 
  2. Author:   dwhiting@europa.com  (Dick Whiting)
  3. Uploader: dwhiting@europa.com  (Dick Whiting)
  4. Version:  V1.7 Variety of changes -- read Changes
  5. Type:     comm/mail
  6. Replaces: comm/mail/YamTools*
  7.  
  8.  
  9. !!!! WARNING !!!! This version will NOT work with MuiRexx3.0
  10.  
  11.       I will be updating soon, but it may be a few weeks. 
  12.       So, until then continue to use MuiRexx2.2
  13.  
  14.  
  15.                          Copyright ©1997 by Dick Whiting                      
  16.                                                                                 
  17.                                                                                 
  18.   Standard Disclaimer: I wrote it, it works for me, I don't guarantee           
  19.   that it will do anything productive for anyone else, etc. etc. ;-)            
  20.                                                                                 
  21.   HOWEVER, if you do find a use for it: I homeschool my kids and they would     
  22.   love a postcard from where EVER you live. Instant Geography Lesson;)          
  23.                                                                                 
  24.   Postcards:    Dick Whiting                                                    
  25.                 28590 S. Beavercreek Rd.                                        
  26.                 Mulino, Oregon 97042                                            
  27.                 USA                                                             
  28.                                                                                 
  29.   Email:        Dick Whiting <dwhiting@europa.com>                                                                                 
  30.                                                                                 
  31.                                                                                 
  32. Basics  
  33. ---------
  34.  
  35. This program adds a SEARCH function to YAM. It also allows you to run     
  36. ARexx scripts against selected folders, selected mail, or all mail in  
  37. selected folders.
  38.  
  39. Several useful extra scripts included.
  40.  
  41. There is bubble help available for all gadgets, lists, etc. Place the 
  42. pointer above the item and wait;)
  43.  
  44. There is also context sensitive help to this guide by pressing help with 
  45. the pointer over a gadget. 
  46.  
  47.  
  48. Requirements  
  49. ---------------
  50.  
  51. You will need several programs from Aminet:
  52.  
  53.    FlashFind  by Frank Würkner    - util/cli/FlashFind1.2.lha
  54.  
  55.    MuiRexx    by Russell Leighton  - dev/mui/MUIRexx_2_2.lha    
  56.  
  57.    And, of course, Marcel Beck's wonderful YAM mail software
  58.  
  59. FILES INCLUDED IN THIS ARCHIVE:
  60.  
  61.    YamTools.rexx          - the REAL program.
  62.    YamTools.info          - for running from an icon
  63.    YamTools.gif           - what mine looks like..comments?
  64.    YamTools.guide         - this documentation
  65.    YamTools.guide.info    - multiview guide
  66.    StartYamTools.rexx     - starts YamTools from YAM ARexx menu item.
  67.    StopYamTools.rexx      - stops YamTools from YAM ARexx menu item.
  68.    ReadMe                 - short starter version 
  69.  
  70.    arexxqsort.lha         - handles sorting of stem variables.
  71.        by Willy Langeveld - originally found on Aminet 
  72.  
  73.    Extras:
  74.  
  75.    ReDate.rexx            - change date of mail to received date
  76.    UnMime.rexx            - convert Quoted-Printable to 8bit
  77.    YAM2IB.rexx            - display text/html using IBROWSE
  78.  
  79.    YTArchive.rexx         - archive selected incoming mail
  80.    YTArcMove.rexx         - archive/move from ANY folder to archives
  81.    YTArc2Sent.rexx        - move SENT mail back to SENT folder
  82.    YTDelete.rexx          - delete selected mail
  83.    YTDeDup.rexx           - locate & delete duplicate mail
  84.    YTDeSim.rexx           - locate & delete similar mails 
  85.    YTReFormat.rexx        - rewrap badly wrapped lines, unquote lines, 
  86.                             requote lines, other uses.
  87.  
  88.    YTHide.rexx            - iconifies Yam and YamTools
  89.    YTShow.rexx            - uniconifies Yam and YamTools
  90.    YTQuit.rexx            - quit both Yam and YamTools
  91.  
  92.  v1.7 Fixes and Changes:
  93.       
  94.       !!WARNING!! This version will NOT work with MuiRexx3.0
  95.       I will be updating soon, but it may be a few weeks. 
  96.       So, until then continue to use MuiRexx2.2
  97.  
  98.       Made a bunch of changes to allow for providing translated versions
  99.       of YamTools and the extras. If you would be interested in doing a
  100.       translation, contact me.
  101.  
  102.       ***NEW*** Added options to the System Configuation page to read
  103.       the folder list from a YAM CONFIG FILE. This is much faster, but you
  104.       lose the count of how many mail are in each folder. 
  105.       See `System' for a more information.
  106.  
  107.       ***NEW*** Replaced YTReWrap with a new one--YTReFormat. 
  108.       This one does the same things, only better, and adds an option 
  109.       for removing quoting. Maybe later adding styling, and ...
  110.       See `Extra Scripts' for how to set up.     
  111.  
  112.       ***NEW*** I added an option to have YamTools appear as two
  113.       separate windows. This allows for configuring each window
  114.       individually. See `System' for a little more information.
  115.  
  116.       ***CHANGE*** YamTools.config should now be placed in the same
  117.       directory as YamTools.rexx. Re-Read `How To Get Started'. 
  118.       This removes the requirement of ANYTHING being in Yam:Rexx.
  119.  
  120.       ***CHANGE*** YamTools.guide should now be placed in the same
  121.       directory as YamTools.rexx. Re-Read `How To Get Started'.
  122.       This removes the requirement of ANYTHING being in Yam:Rexx.
  123.  
  124.       Fixed defaults for SHOWPAGES and DELAY archive loading.
  125.       Hope Stefan recovers from wondering where the lists went;)
  126.  
  127.       Minor cosmetic fixes here and there. (Don't remember where)
  128.  
  129.       Corrected documentation for ReDate. Please reread.
  130.  
  131.       Added UnMime.rexx to distribution 
  132.          UnMime.rexx converts mail from Quoted-Printable to 8 bit. 
  133.          This makes the mail readable and editable from outside of YAM.
  134.          It will also make ReWrapping and Searching work MUCH better.
  135.          See `Extra Scripts' for how to set up.     
  136.  
  137.       Added YTHide.rexx, YTShow.rexx, and YTQuit.rexx to distribution.
  138.          These allow for hiding/quitting YAM and YamTools at the same
  139.          time. YTShow will uniconify both YAM and YamTools.
  140.          See `Extra Scripts' for how to set up.     
  141.  
  142.  
  143. See History in YamTools.guide for complete information.
  144.  
  145.  
  146. ============================= Archive contents =============================
  147.  
  148. Original  Packed Ratio    Date     Time    Name
  149. -------- ------- ----- --------- --------  -------------
  150.     7864    2002 74.5% 07-May-97 00:49:20 +ReDate.rexx
  151.     2995     695 76.7% 10-Jun-97 17:52:04 +StartYamTools.rexx
  152.     2455     525 78.6% 25-Feb-97 21:31:50 +StopYamTools.rexx
  153.    10404    2576 75.2% 18-Jun-97 00:59:26 +UnMime.rexx
  154.     4765    1188 75.0% 14-Jan-97 23:48:00 +YAM2IB.rexx
  155.     3001     668 77.7% 07-Jun-97 00:10:46 +YTHide.rexx
  156.     3001     664 77.8% 07-Jun-97 00:13:56 +YTQuit.rexx
  157.    29677   29677  0.0% 12-Jun-97 01:40:50 +YamTools.gif
  158.    33558   11755 64.9% 18-Jun-97 15:22:36 +YamTools.guide
  159.      478     236 50.6% 25-Feb-97 21:36:32 +YamTools.guide.info
  160.     3333    2115 36.5% 10-Jun-97 18:39:40 +YAMTOOLS.info
  161.   104953   22502 78.5% 18-Jun-97 15:14:12 +YAMTOOLS.rexx
  162.    20965    5132 75.5% 18-Jun-97 00:50:48 +YTArc2Sent.rexx
  163.     3570     836 76.5% 07-Jun-97 01:18:02 +YTShow.rexx
  164.     8234    8234  0.0% 01-Jan-97 18:13:20 +arexxqsort.lha
  165.    15749    3846 75.5% 18-Jun-97 00:01:00 +YTArchive.rexx
  166.    21238    5228 75.3% 18-Jun-97 00:20:46 +YTArcMove.rexx
  167.    12997    2933 77.4% 17-Jun-97 23:09:04 +YTDeDup.rexx
  168.    12921    3164 75.5% 18-Jun-97 00:56:30 +YTDelete.rexx
  169.    13595    3118 77.0% 18-Jun-97 00:57:28 +YTDeSim.rexx
  170.    33896    7587 77.6% 18-Jun-97 01:05:12 +YTReFormat.rexx
  171.      628     252 59.8% 18-Jun-97 01:30:02  yamtools1.7.info
  172.     6373    2347 63.1% 18-Jun-97 15:27:56 +Readme
  173. -------- ------- ----- --------- --------
  174.   356650  117280 67.1% 23-Jun-97 00:29:02   23 files
  175.